home *** CD-ROM | disk | FTP | other *** search
/ Lexis Nexis Millenium Plus Collection 1997 to 1997 / Lexis-Nexis Millenium Plus Collection - 1996-97 (Lexis-Nexis)(LA1173-0 07-96)(1996).bin / pc / office / lnoffice / folio / disk5 / frascii.in_ / frascii.in
INI File  |  1995-02-27  |  1KB  |  30 lines

  1. [Options]
  2.  
  3. ; Strip Blank Lines option:
  4. ;    If you want blank lines stripped from the incoming document
  5. ;    then set this option to '1'; otherwise, blank lines will be
  6. ;     maintained as line breaks when the fiter imports the file.
  7. ;
  8. ;    '0' is the default setting.
  9.  
  10. Strip Blank Lines=0
  11.  
  12.  
  13.  
  14. ; Break on CRLF option:
  15. ;    When set to '1' each hard return in the incoming document will
  16. ;    translated into a new record.  If set to '0' then there will 
  17. ;    only be two conditions which will translate into new records.
  18. ;     These conditions are:     A) A hard return followed by a tab.
  19. ;                             B) More than one hard return in a row.
  20. ;
  21. ; For multiple CRLF (meaning one or more blank lines) the last CRLF will always
  22. ; be translated into an end of record.
  23. ; For single CRLF
  24. ; if Break on CRLF= 0 CRLF translates to a space (unwrap ASCII text)
  25. ; if Break on CRLF= 1 CRLF translates to a record break (Generic text file)
  26. ; if Break on CRLF= 2 CRLF translates to a paragraph break
  27. ; if Break on CRLF= 3 CRLF translates to a line break
  28.  
  29. Break on CRLF=0
  30.